In order to support a localization, your application must retrieve any text strings via
this finction. A text string has a symbolic name (tag) and can be translated to any language.
LPCWSTR lcStrGet (
LPCWSTR szTag
);
Parameters
szTag
Tag for a text string.
Return Value
A text string linked with the tag.
If the tag is not found, the function returns an empty string.